Welcome![Sign In][Sign Up]
Location:
Search - window socket

Search list

[Internet-Networkjava_socket_tcp

Description: 本资料是一个使用java socket开发的简单的聊天程序(包括服务器和客户点,带窗口),是学习java网络编程的入门级例程,使用eclipse环境,本人亲自调试通过-This information is a simple chat program developed java socket (both server and client point with a window), the entry-level routines to learn java network programming using eclipse environment personally through debugging
Platform: | Size: 7492608 | Author: eric | Hits:

[Home Personal application201305140931

Description: vc局域网中国象棋源码,此源码为毕业设计,附件包括详细设计方案,论文等资料. 棋盘: 利用PhotoShop绘制出带底纹的棋盘。并将其映射到窗口的范围。 棋子: 调用绘图函数Ellipse()和TextOut()绘制棋子。 使用WM_PAINT消息响应完成对窗口的重绘。 网络连接: 利用socket套接字进行连接,绑定端口号为5050。 联机代码: 联机使用专用代码10000表示邀请、10001表示接受、10002表示退出。 -VC LAN Chinese chess source code, source code for the graduation project, and accessories include detailed design projects, papers and other information. chessboard: the use of Photoshop drawing board with shading. And map it to the scope of the window. Pieces: call the drawing function Ellipse () and TextOut () to draw a piece. The WM_PAINT message response is complete redraw of the window. Internet: the socket socket to connect, bind port number is 5050. Online code: online using a dedicated code 10000 indicates an invitation accepted 10001 10002 to Quit.
Platform: | Size: 2969600 | Author: ttt | Hits:

[SilverLightClientBySocket

Description: 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code-Socket procedures C_S structure based design \ WSAAsyncSelect asynchronous window procedure \ Client \ Code
Platform: | Size: 1024 | Author: VeraWee | Hits:

[Internet-NetworkCPPsocket.tar

Description: 在window下利用vc++ 实现socket 时,设计了一个CTCPListener类专门用于服务器对特定TCP端口的侦听。另外,设计了一个CStreamSocket类专门用于TCP数据的传输。CStreamSocket作为基类,服务器程序从它派生出另一个类CSocketSender专门用于数据的发送,客户机程序从它派生出CSocketReceiver类专门用于数据的接收-In the window when using the vc++ achieve socket, designed a CTCPListener class specifically designed for server listens on a specific TCP port. In addition, the design of a dedicated TCP CStreamSocket class data transmission. CStreamSocket as a base class, the server program from which we can derive another class CSocketSender specifically for data transmission, the client program derived from it CSocketReceiver class specifically for data reception
Platform: | Size: 458752 | Author: 小罗 | Hits:

[Internet-NetworkSocketUDPTest

Description: 自己编写的基于UDP的Socket通信类。附上基于对话框例子。窗口只需要处理WM_UDP_DATA消息即可收到数据,发送数据调用CUDPSocket类的方法。-I have written based on UDP Socket communication class. Attach dialog-based examples. Window only need to deal WM_UDP_DATA message to receive and transmit data call CUDPSocket class.
Platform: | Size: 4612096 | Author: connor | Hits:

[CSharptingdeng

Description:   设数据链路层通信的两个站点分别为A 和B,仿真环境利用TCP 协议和Socket 客户端/服务器机制构建两个站点之间的通信。编译、链接之后生成的可执行程序(.exe 文件)为字符界面命令行程序(不是图形界面程序)。可执行程序文件仅有一份,设为datalink.exe,在两个DOS窗口中使用不同的命令行参数启动两个进程,分别仿真站点A和站点B。例如: 启动站点A进程的DOS命令:datalink a 启动站点B进程的DOS命令:datalink b 其中,站点A 以TCP 服务器的身份运行,默认监听TCP 端口59144;站点B 以TCP 客户端身份运行,默认连接127.0.0.1 的TCP 端口59144。-Two sites set up the data link layer communication are A and B, the simulation environment using TCP protocol and Socket client/server mechanism to build communication between the two sites. Compile, then link the resulting executable program (. Exe file) for the character interface command line program (not a graphical interface program). Just copy the executable file, set datalink.exe, line parameters to start two processes use different commands in both DOS window, respectively simulation Site A and Site B. For example: Start Site A process DOS command: datalink a start site B processes the DOS command: datalink b where site A TCP server runs as the default listens on TCP port 59144 Site B runs in TCP client identity, the default connection 127.0.0.1 TCP port 59144.
Platform: | Size: 23552 | Author: vicky | Hits:

[JSP/JavaLANChatProgram

Description: 局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。 服务器端: 多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。 客户端: (1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。 (2)、负责实现用户界面的各种组件事件的处理。 (3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LAN chat program: a Socket communication mechanism based network chat program. Server: Multi-threaded approach to the client, the client is responsible for a variety of information in response to: user login, the client request processing. Client: (1) responsible for the initialization of the user interface to provide users with the login screen, to send information to the server, the server accepts feedback, real-time display of information. (2), responsible for implementing the various components of the user interface event processing. (3), when the user clicks a friend icon will initialize a new chat window and establish communication with other users via UDP. When the user receives another user datagram sent to the initialization of a new dialog window locally and start communication.
Platform: | Size: 466944 | Author: stellar | Hits:

[Chess Poker gamesChessNetWork

Description: 局域网中国象棋源码,此源码为毕业设计,附件包括详细设计方案,论文等资料. 棋盘: 利用PhotoShop绘制出带底纹的棋盘。并将其映射到窗口的范围。 棋子: 调用绘图函数Ellipse()和TextOut()绘制棋子。 使用WM_PAINT消息响应完成对窗口的重绘。 网络连接: 利用socket套接字进行连接,绑定端口号为5050。 联机代码: 联机使用专用代码10000表示邀请、10001表示接受、10002表示退出。-LAN Chinese chess source code, the source for graduation design, detailed design, including accessories, papers and other information. Board:             Use PhotoShop to map out the board with shading. And map it to the range of the window. Pieces:         Call the drawing function Ellipse () and TextOut () to draw the pieces.         Use WM_PAINT message response complete redraw the window. Network connection:             Socket socket to connect, bind port number is 5050. Online code:         Online using a dedicated code 10000 indicates an invitation, acceptance 10001, 10002, said exit.
Platform: | Size: 2969600 | Author: 神之子 | Hits:

[Otherbind_sock_win

Description: tcp bind socket WINDOW program
Platform: | Size: 1024 | Author: choi | Hits:

[Internet-NetworkIOCPSocket

Description: 完成端口网络代码,实现socket通信 window-Completion port network code to achieve socket communication window
Platform: | Size: 2048 | Author: 吴先生 | Hits:

[Internet-Networktcpserver

Description: TCP网络通信编程,windows平台,-tcp socket ,udp socket,window,c++
Platform: | Size: 2048 | Author: 雷易清 | Hits:

[Browser Clientwelive_4.0.0_free

Description: WeLive4是一个企业级的在线客服系统,程序小巧使用简单,更美观的用户界面设计,主要特点: 1.基于Socket通讯技术,具有请求与推送双重功能,极速高效 2.系统独立安装使用,不依赖闻泰网络.安装后,任意网站、任何编码格式的页面均可调用,包括淘宝,天猫,ECShop等网站或商城系统. 3.客人对话窗口中英文双语,根据用户浏览器的语言自动切换或由管理员设置指定 4.客服人员具有群聊功能,管理员有特殊指令查看系统实时工作状态-WeLive4 is an enterprise-class online customer service system, small and simple program to use, more attractive user interface design, the main features: 1 Based on Socket communication technology, with the request and push dual function, speed and efficient 2 separate installation system does not rely Wingtech network after installation, any website, any page can be called encoding format, including Taobao, Lynx, ECShop other sites or mall system. 3 guests bilingual dialogue window, or automatically switch settings specified by the administrator according to the user s browser language 4. The customer service staff with a group chat feature, system administrators have special instructions to view the real-time work status
Platform: | Size: 659456 | Author: hudy | Hits:

[Windows DevelopAotoMsgWindow

Description: 窗口信息提示程序,通过socket接收信息,并自动弹出窗口进行信息提示,开发环境为VS2008。-Prompt window information, receive information through the socket, and automatically pop up window message alert, development environment for VS2008.
Platform: | Size: 8332288 | Author: zhangli | Hits:

[Windows DevelopVBWinSockAPIchat

Description: VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,网络数据到达,网络断开等各种情况,参数:套接字句柄,窗口句柄,消息标志(这样才能知道哪条消息是来自被绑定的套接字哪条不是),消息类型(可以知道你要接收的是哪类消息,可以屏蔽某些不想要的)。-VB6.0 peer chat program using WinSock API examples, VB chat source code, API.bas there we used the online chat API, such as cleaning up the memory of some things that define a connection (correct name is: socket) close socket, the port and the socket is bound together, listen, if you write server-side program, then use this function to start listening whether a client requests a connection, the first parameter is a socket handle, 2nd is the allowable number of client connections, as well as set the window function used to receive messages, and use it to bind a socket window, after news of the socket will be sent to the window message processing function, for example, a successful connection, the connection fails, the client requests a connection, network data arrives, the network is disconnected, and other conditions, parameters: socket handle, window handle, message signs (so as to know which message is from the bound which is not a socket), message type (you can know what kind of a m
Platform: | Size: 18432 | Author: bpudn42 | Hits:

[OtherVB_Socket

Description: VB socket开发的window数据通讯小软件-VB socket developed a small window of data communications software
Platform: | Size: 279552 | Author: skeay | Hits:

[JSP/JavaCHATROOM

Description: 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thread 类,在此线程run()方法中处理一次交谈。Close()方法关闭与客户端的连接。   ChatRoom 类继承了Applet,在init()中通过new Frame()创建聊天窗体,并在此窗体中设置窗体布局。在login()方法中,通过new Socket(serverHost, port)建立与服务器的连接,通过new Thread()产生新的聊天线程。在logout()方法中,使用sock.close()关闭连接。-Summary: Java source code, network-related, a Java chat program chat program and client service procedures, C/S structure, ChatServer class implements a chat room server, such a constructor, to use in the constructor newServerSocket ( ) to establish a Socket connection. RunServer () method to run the chat service, (). GetHostName () method to obtain the host name through the Socket class getInetAddress, create a new object instance ChatHandler, synchronized with the client synchronized (clients) in. Internal class ChatHandler inherited Thread class, in this thread run () method of processing a conversation. Close () method closes the connection with the client. ChatRoom class inherits Applet, () to create a chat window by new Frame init () in, and set the form layout in this form. In the login () method to establish a connection with the server via new Socket (serverHost, port), to produce a new chat thread through new Thread (). In the logout () method, using sock.close () closes the
Platform: | Size: 5120 | Author: ynm | Hits:

[Game ProgramJava-liaotian

Description: 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thread 类,在此线程run()方法中处理一次交谈。Close()方法关闭与客户端的连接。   ChatRoom 类继承了Applet,在init()中通过new Frame()创建聊天窗体,并在此窗体中设置窗体布局。在login()方法中,通过new Socket(serverHost, port)建立与服务器的连接,通过new Thread()产生新的聊天线程。在logout()方法中,使用sock.close()关闭连接。-A Java chat server and client service procedures, C/S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the chat service, (). GetHostName () method to get the host name through the Socket class getInetAddress, create a new ChatHandler object instance, to synchronize with the client synchronized (clients) in. Internal class ChatHandler inherited Thread class, in this thread run () method of processing a conversation. Close () method closes the connection with the client. ChatRoom class inherits Applet, () to create a chat window by new Frame init () in, and set the form layout in this form. In the login () method to establish a connection with the server via new Socket (serverHost, port), to generate new chat thread through new Thread (). In the logout () method, using sock.close () closes the connection.
Platform: | Size: 6144 | Author: heibao | Hits:

[Graph programWinToLinuxSocket

Description: 本代码实现了一个window和linux的Socket通信程序,使用C++语言编写。Linux是Server端、Windows是Client端-This Source code is used to build connection between Linux and Windows. Windows is client and Linux is server.
Platform: | Size: 2048 | Author: prrkedac | Hits:

[JSP/JavaChatroom

Description: 通过java的socket功能实现不同client通过server进行信息交流。server窗口会对信息进行记录和保存。-Achieve different client through the java socket server functionality through the exchange of information. server information window will be recorded and saved.
Platform: | Size: 4096 | Author: 文泰 | Hits:

[Internet-NetworkClientSocket

Description: java 客户端socket程序,用于window下socket的建立和数据传输-java programe of client socket
Platform: | Size: 1024 | Author: 佗鹏飞 | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net